PEGraphOptions4

The PEGraphOptions4 structure was specially designed for 4-byte aligned functions. It contains information on several options available with graphs and charts. This structure is used by PEGetGraphOptions4 to retrieve the current options, and by PESetGraphOptions4 to pass new options.

Type PEGraphOptions4
StructSize As Integer
GraphMaxValue As Double
GraphMinValue As Double
ShowDataValue As Long
ShowGridLine As Long
VerticalBars As Long
ShowLegend As Long
FontFaceName As String * PE_GRAPH_TEXT_LEN
End Type
Members

StructSize

Specifies the size of the PEGraphOptions4 structure. You must initialize this member to be the size of the structure, for example: options.StructSize = PE_SIZEOF_GRAPH_OPTIONS4.

GraphMaxValue

Specifies the maximum value that will appear in the graph. Any graph values above this value are not charted.

GraphMinValue

Specifies the minimum value that will appear in the graph. Any graph values below this value are not charted.

ShowDataValue

Specifies whether or not to display the numerical value associated with each riser on the chart. If set to TRUE (1), a value appears in the graph for each riser.

ShowGridLine

Specifies whether or not to display grid lines on the graph.

VerticalBars

Specifies whether to display the bars in a bar graph vertically or horizontally.

ShowLegend

Specifies whether or not to display the graph legend.

FontFaceName

Specifies the font for all text and values in the entire graph.



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com